| AdClassSched |
| Logical Entity Name | AdClassSched |
| Default Table Name | AdClassSched |
| Physical Only | NO |
| Definition | |
| Note |
| AdClassSched Columns |
| AdClassSched Primary and Unique Keys |
| Key Name | Key Type | Keys |
| AdClassSched_SyCmpsID_AdClssSchdId_AdCrsId_Dscrp_Cd_DsFlg_StrtTm_AdTchrID_AdDelivMethId_Sctn_HdFac_HdLoc_MxStd_RgStd_Act_U_N_IDX | Index | SyCampusID, AdClassSchedID, AdCourseID, Descrip, Code, DaysFlag, StartTime, AdTeacherID, adDeliveryMethodID, Section, HideFaculty, HideLocation, MaxStudents, RegStudents, Active |
| AdClassSched_AdCourseID_StartDate_EndDate_AdClassSchedId_U_N_IDX | Index | AdCourseID, StartDate, EndDate, AdClassSchedID |
| AdClassSched_AdClassSchedID_U_C_IDX | PrimaryKey | AdClassSchedID |
| AdClassSched Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| adDeliveryMethod | Non-Identifying | Zero or One to Zero or More | FK_adClassSched.adDeliveryMethodID_adDeliveryMethod.adDeliveryMethodID | adDeliveryMethodID | NO | YES | ||
| adShift | Non-Identifying | Zero or One to Zero or More | FK_AdClassSched_AdShiftID_AdShift_AdShiftID | AdShiftID | NO | YES | ||
| SyLmsVendor | Non-Identifying | Zero or One to Zero or More | Fk_AdClassSched_SyLmsVendorID_SyLmsVendor_SyLmsVendorID | SyLmsVendorID | NO | YES |
| Child Relationships: |
| AdClassSched Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_AdClassSched_MakeUpMaxNum | ([MakeUpMaxType] = 'P' and ([MakeUpMaxNum] >= 0 and [MakeUpMaxNum] <= 100) or [MakeUpMaxType] = 'H' or [MakeUpMaxType] = null and [MakeUpMaxNum] = null) |